home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 16 / PC Actual CD 16.iso / autocad / R14101.DXR / 00200.ls < prev    next >
Encoding:
Text File  |  1997-04-24  |  116 b   |  9 lines

  1. on exitFrame
  2.   CheckForRollovers()
  3.   if the timer < 300 then
  4.     go(the frame)
  5.   else
  6.     startTimer()
  7.   end if
  8. end
  9.